home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / Ajuda_20.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  109 b   |  8 lines

  1. on mouseEnter
  2.   set the visible of sprite 48 to 1
  3. end
  4.  
  5. on mouseLeave
  6.   set the visible of sprite 48 to 0
  7. end
  8.